.headerAnimationToFix {
    background: rgba(255, 255, 255, 0.95);
    animation: headerAnimationToFix 0.7s ease-in-out;
    animation-fill-mode: forwards;
}

.headerAnimationToNormal {
    animation: headerAnimationToNormal 0.6s ease-in-out;
}

.logoMove {
    animation: logoMove 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

.nameMove {
    animation: nameMove 1.5s ease-in-out;
    animation-fill-mode: forwards;
}

.logoMoveToNormal {
    animation: logoMoveToNormal 1.5s ease-in-out;
}

.nameMoveToNormal {
    animation: nameMoveToNormal 1.5s ease-in-out;
}




.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.pd40 {
    padding: 40px 0;
}
.server_block {
    width: 190px;
    height: 308px;
    display: block;
    float: left;
    margin-right: 10px;
}
.animated .our_server, .animated .part01 {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.partblock {
    width: 1200px;
	height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .our_server, .animated .part01 {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.com_til {
    padding: 20px 0 40px;
    text-align: center;
}
.scroll-up, .scroll-left, .scroll-right, .scroll-down {
    visibility: hidden;
}
.com_til .com_til1 {
    font-size: 24px;
    color: #3d3d3d;
}
.com_til .com_til2 {
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 10px;
}
.ser_b1china {
    font-size: 22px;
    color: #3d3d3d;
    font-weight: 500;
}

.ser_b1 {
    margin: 40px 30px 20px 30px;
    padding-top: 90px;
    text-align: center;
}
.ser_b2 {
    color: #666666;
    text-align: center;
	font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 1.5;
}

.ser_b1eng {
    color: #9d9d9d;
    font-size: 12px;
    padding-bottom: 20px;
    background: url() bottom center no-repeat;
}
.server_block:hover {
    color: #fff;
    margin-top: -20px;
    transition: margin-top 2s;
    -moz-transition: margin-top 2s;
    -webkit-transition: margin-top 2s;
    -o-transition: margin-top 2s;
}
.server_block:hover .ser_b13 {
    background: url(../images/icon_server3hover.png) center top no-repeat;
}
.server_block1:hover {
    background: #1d8abe;
}
.server_block2:hover {
    background: #d22724;
}
.server_block3:hover {
    background: #fd8e06;
}
.server_block4:hover {
    background: #286ad1;
}
.server_block5:hover {
    background: #a639b8;
}
.server_block6:hover {
    background: #00a54c;
}
.ser_b11 {
    background: url(./images/icon_server1.png) center top no-repeat;
}
.ser_b12 {
    background: url(./images/icon_server2.png) center top no-repeat;
}

.ser_b13 {
    background: url(./images/icon_server3.png) center top no-repeat;
}
.ser_b14 {
    background: url(./images/icon_server4.png) center top no-repeat;
}
.ser_b15 {
    background: url(./images/icon_server5.png) center top no-repeat;
}
.ser_b16 {
    background: url(./images/icon_server6.png) center top no-repeat;
}
.server_block1 {
    background: url(./images/server_bj1.png) center no-repeat;
}
.server_block2 {
    background: url(./images/server_bj2.png) center no-repeat;
}
.server_block3 {
    background: url(./images/server_bj3.png) center no-repeat;
}
.server_block4 {
    background: url(./images/server_bj4.png) center no-repeat;
}
.server_block5 {
    background: url(./images/server_bj5.png) center no-repeat;
}
.server_block6 {
    background: url(./images/server_bj6.png) center no-repeat;
}
.server_block:hover .ser_b11 {
    background: url(./images/icon_server1hover.png) center top no-repeat;
}
.server_block:hover .ser_b12 {
    background: url(./images/icon_server2hover.png) center top no-repeat;
}
.server_block:hover .ser_b13 {
    background: url(./images/icon_server3hover.png) center top no-repeat;
}
.server_block:hover .ser_b14 {
    background: url(./images/icon_server4hover.png) center top no-repeat;
}
.server_block:hover .ser_b15 {
    background: url(./images/icon_server5hover.png) center top no-repeat;
}
.server_block:hover .ser_b16 {
    background: url(./images/icon_server6hover.png) center top no-repeat;
}
.ser_b1china {
    font-size: 22px;
    color: #3d3d3d;
    font-weight: 500;
}
.server_block:hover .ser_b1china {
    color: #fff;
}
.server_block:hover .ser_b1eng {
    color: #fff;
    background: url() bottom center no-repeat;
}
.server_block:hover .ser_b2 {
    color: #fff;

}


/*首页服务结束*/


@keyframes headerAnimationToFix {
    0% {
        transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    100% {
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
}

@keyframes headerAnimationToNormal {
    0% {
        transform: translateY(100px);
        -ms-transform: translateY(100px);
    }
    100% {
        transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}

@media screen and (max-width:1810px) {
    @keyframes headerAnimationToFix {
        0% {
            transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10;
        }
        100% {
            transform: translateY(0px);
            -ms-transform: translateY(0px);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10;
        }
    }
    
    @keyframes headerAnimationToNormal {
        0% {
            transform: translateY(200px);
            -ms-transform: translateY(200px);
        }
        100% {
            transform: translateY(0px);
            -ms-transform: translateY(0px);
        }
    }
}

@keyframes logoMove {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 420px;
    }
}

@keyframes nameMove {
    0% {
        opacity: 1;
        margin-left: 20px;
    }
    35% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        margin-left: -500px;
    }
}

@keyframes logoMoveToNormal {
    0% {
        margin-left: 420px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes nameMoveToNormal {
    0% {
        opacity: 1;
        margin-left: -500px;
    }
    35% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        margin-left: 20px;
    }
}